build: Add buildbot/suppressed_warnings.txt
authorMartin Nordholts <martinn@src.gnome.org>
Thu, 22 Jul 2010 21:30:14 +0000 (23:30 +0200)
committerMartin Nordholts <martinn@src.gnome.org>
Thu, 22 Jul 2010 21:46:11 +0000 (23:46 +0200)
Add a warning suppression file for buildbot (http://buildbot.net) so
we can start doing continous automated testing and nightly builds
eventually.

build/buildbot/suppressed_warnings.txt [new file with mode: 0644]

diff --git a/build/buildbot/suppressed_warnings.txt b/build/buildbot/suppressed_warnings.txt
new file mode 100644 (file)
index 0000000..d257a71
--- /dev/null
@@ -0,0 +1,7 @@
+# This is a 'suppressionFile' for the 'Test' buildbot build step
+
+# These doesn't seem like important warnings, we typically get them
+# during make distcheck when the test install is performed
+
+:    ^libtool: install: warning: relinking `.*'$
+:    ^libtool: install: warning: remember to run `libtool --finish .*_inst.*'$